Non-Destructive Modular Framework
「なでもふ」と略すらしい。
Non-Destructive Modular Framework ("なでもふ")
This package is a framework for building non-destructive editor plugins for VRChat avatars. It provides the following facilities:
Plugin execution sequencing based on high level phases, and explicit runs-before/runs-after relationships between processing passes
Support for applying transformations when entering play mode
Support for applying transformations when building avatars
Support for saving temporary/generated assets, and cleaning up those assets once the avatar build is completed.
Support for adjusting animation paths after objects are moved
Future plans include:
Support for caching generated assets across subsequent builds
Support for platforms other than VRChat.
要するに、ビルド時に変更を適用することで非破壊的に改変をする。
普通に改変する分には使うけど裏で頑張ってくれてるタイプのため気にしなくてよさそう。
非破壊でなにかツールつくりたいとかならほぼ必須かも。